Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: specify the sub-project to type-check #275

Merged
merged 1 commit into from
May 12, 2023
Merged

Conversation

haoqunjiang
Copy link
Member

Fixes #267

It's because I moved the compilerOptions from tsconfig.json to tsconfig.app.json in the 2023-05-05 (v3.6.2) release, but forgot to change the type-check script.

This isn't comprehensive because it doesn't check all the sub-projects, but at least it's the same scope as previous versions.

Ideally I hope #274 can work reliably. But now I'm not sure. So let's first fix this bug.

Fixes #267

It's because I moved the `compilerOptions` from `tsconfig.json` to
`tsconfig.app.json` in the 2023-05-05 (v3.6.2) release, but forgot to
change the `type-check` script.

This isn't comprehensive because it doesn't check all the sub-projects,
but at least it's the same scope as previous versions.

Ideally I hope #274 can work reliably. But now I'm not sure. So let's
first fix this bug.
@haoqunjiang haoqunjiang merged commit d630c81 into main May 12, 2023
@haoqunjiang haoqunjiang deleted the fix-app-type-check branch May 12, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Npm script type-check is not working
1 participant